home *** CD-ROM | disk | FTP | other *** search
/ Chip 1999 January / Chip_1999-01_cd.bin / sharewar / cppc / CPPC.EXE / Programmers only / ext_date / ext_date.rc < prev    next >
Encoding:
Text File  |  1998-01-20  |  1.8 KB  |  80 lines

  1. //Microsoft Developer Studio generated resource script.
  2. //
  3. #include "resource.h"
  4.  
  5. #define APSTUDIO_READONLY_SYMBOLS
  6. /////////////////////////////////////////////////////////////////////////////
  7. //
  8. // Generated from the TEXTINCLUDE 2 resource.
  9. //
  10. #include "afxres.h"
  11.  
  12. /////////////////////////////////////////////////////////////////////////////
  13. #undef APSTUDIO_READONLY_SYMBOLS
  14.  
  15. /////////////////////////////////////////////////////////////////////////////
  16. // German (Germany) resources
  17.  
  18. #if !defined(AFX_RESOURCE_DLL) || defined(AFX_TARG_DEU)
  19. #ifdef _WIN32
  20. LANGUAGE LANG_GERMAN, SUBLANG_GERMAN
  21. #pragma code_page(1252)
  22. #endif //_WIN32
  23.  
  24. /////////////////////////////////////////////////////////////////////////////
  25. //
  26. // Menu
  27. //
  28.  
  29. DATE_UTILITIES MENU DISCARDABLE 
  30. BEGIN
  31.     POPUP "Time/Date"
  32.     BEGIN
  33.         MENUITEM "Current Date (short)",        ID_DATEUTILITIES_SHORTDATE
  34.         MENUITEM "Current Date (long)",         ID_DATEUTILITIES_LONGDATE
  35.         MENUITEM "Current Time",                ID_DATEUTILITIES_CURRENTTIME
  36.     END
  37. END
  38.  
  39.  
  40. #ifdef APSTUDIO_INVOKED
  41. /////////////////////////////////////////////////////////////////////////////
  42. //
  43. // TEXTINCLUDE
  44. //
  45.  
  46. 1 TEXTINCLUDE DISCARDABLE 
  47. BEGIN
  48.     "resource.h\0"
  49. END
  50.  
  51. 2 TEXTINCLUDE DISCARDABLE 
  52. BEGIN
  53.     "#include ""afxres.h""\r\n"
  54.     "\0"
  55. END
  56.  
  57. 3 TEXTINCLUDE DISCARDABLE 
  58. BEGIN
  59.     "\r\n"
  60.     "\0"
  61. END
  62.  
  63. #endif    // APSTUDIO_INVOKED
  64.  
  65. #endif    // German (Germany) resources
  66. /////////////////////////////////////////////////////////////////////////////
  67.  
  68.  
  69.  
  70. #ifndef APSTUDIO_INVOKED
  71. /////////////////////////////////////////////////////////////////////////////
  72. //
  73. // Generated from the TEXTINCLUDE 3 resource.
  74. //
  75.  
  76.  
  77. /////////////////////////////////////////////////////////////////////////////
  78. #endif    // not APSTUDIO_INVOKED
  79.  
  80.